POV-Ray : Newsgroups : povray.pov4.discussion.general : Mesh2 option for isosurface : Mesh2 option for isosurface Server Time
8 May 2024 23:49:31 EDT (-0400)
  Mesh2 option for isosurface  
From: scott
Date: 22 Nov 2007 03:50:27
Message: <474542d3@news.povray.org>
Isosurfaces are slow to render sometimes.

What would be good is if there was an option to render them as a mesh with a 
set detail level.

Something like

isosurface
{
  blah
  blah
  blah
  render_mesh 20,10,20
}

Internally the parser would define a 20x10x20 array of points within the 
bounding box of the isosurface, and calculate the isosurface value at each 
point.  Then an algorithm like marching cubes would be used to generate a 
mesh2 object to be rendered instead of the actual isosurface object.

This could be used for fast previews or even final renders if the speed was 
good with large array sizes.

Comments?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.